home *** CD-ROM | disk | FTP | other *** search
- ; Example configuration file for SqTool. Do not use without adapting it.
- ; ----------------------------------------------------------------------
- ;
- ; Note : before running SqTool for the first time, you might want to take
- ; a look at the command-line parameter "-InitPtr" in the documentation.
- ;
-
-
-
- ; Define which LastRead information to use
-
- SquishUserNo 8
- FidoUserNo 8
-
-
-
- ; Define main FidoNet address
-
- MainAddress 2:320/222.7
-
-
-
- ; Read areas configuration from foreign configuration file...
-
- LoraPath e:\Lora
- ;AreasBBS c:\BBS\Areas.BBS
- ;SquishCfg c:\Squish\Squish.Cfg
-
-
-
- ; ...or manually configure areas :
- ;
- ;AreaDef NetMail "NetMail messages" * Net FTS1 c:\BBS\Msgs\NetMail\ . ()
- ;Area NetMail "NetMail messages" FN c:\BBS\Msgs\NetMail\
- ;FileArea OS2Utils "OS/2 Utilities" c:\BBS\OS2Utils\Files.BBS c:\BBS\OS2Utils
-
-
- ; Set up filters
-
-
-
- ;-------------------------------------------------------------------------
- ; Copy all messages with my name in them to the AllMyMsg area.
-
- BeginFilter "Mes messages"
- Scan *
- UnScan Interet
- UnScan RVaMail
- UnScan WantAns.Fr
- UnScan Mover
- UnScan AllMyMsg
-
- Include From Subject Message Kludges "Vanney"
- Include All "rvanney@ibm.net"
- Exclude To "Raphael Vanney"
- Exclude From "SqFilter"
-
- Action CopyTo "AllMyMsg" Public
- EndFilter
-
-
-
- ;-------------------------------------------------------------------------
- ; Copy all messages to me, left out by the previous filter, to AllMyMsg.
-
- BeginFilter "Messages identifiés par Lora"
- Scan RVaMail
-
- Include To "Vanney"
- Include To "rvanney@ibm.net"
-
- Action CopyTo "AllMyMsg"
- EndFilter
-
-
-
- ;-------------------------------------------------------------------------
- ; Copy all messages dealing with topics that I'm interested in to the
- ; Interet area. Exclude those copied to AllMyMsg by the previous filters.
-
- BeginFilter "Messages intéressants"
- Scan *
- Unscan AllMyMsg
- UnScan PrivNewFiles
- UnScan NewFiles
- UnScan Mover
- UnScan Annonces
- UnScan NetMail
- UnScan WantAns.Fr
- UnScan Wanted.Fr
- UnScan Zlika
- UnScan Interet
-
- Include Message Subject "BJ10e"
- Include Message Subject "Escriba"
- Include Message Subject "SqFilter"
- Include Message Subject "SqFlt"
- Include Message Subject "SqTool"
- Include Message Subject "Millenium"
- Include Message Subject "Millennium"
- Include Message Subject "Zappa"
- Include Message Subject "Triton"
- Include All "PMView"
- Exclude From "SqFilter"
- Exclude From "SqTool"
- Exclude All "Vanney"
-
- Action CopyTo "Interet"
- EndFilter
-
-
- ;-------------------------------------------------------------------------
- ; This filter lets anyone get a directory of my disks.
-
- BeginFilter "Get a directory listing"
- Scan Requests
-
- Include To Exact "GetDir"
-
- ; it is assumed that the subject of the message contains a valid parameter
- ; for the "dir" command, such as "c:\* /s" (without quotes).
-
- Action Execute "dir %MsgSubject% >e:\Temp\Reply.Msg"
-
- ReplyWith DelPrev DelAfter "e:\Temp\Reply.Msg"
- EndFilter
-
-
-
- ;-------------------------------------------------------------------------
- ; Setup for a Fidonet-mail based file-request system
-
- BeginFilter
- Scan Requests
-
- Include To Exact "GetFile"
-
- ; The subject of the message should contain the name of the file to send.
-
- Action Execute "copy e:\RequestableFiles\%MsgSubject% e:\Temp\Reply.Fil"
-
- ReplyWith DelPrev DelAfter UUE EAsAlso "e:\Temp\Reply.Fil"
-
- ; Put the answer on hold in the NetMail area
-
- ReplyAttr Hld
- ReplyArea NetMail
- EnFilter
-
-
- ;-------------------------------------------------------------------------
- ; Handle AllFix requests
-
- AfxScan *
- AfxUnScan UserUploads
- AfxUnScan LocalFiles
-
- AfxMaxAnswers 20
- AfxMaxDescLines 10
-
- ;----------------------------------------------
-
- AfxFoundHdr
- "The following files, which match your request, were found on Zlika :"
-
- EndTxt
-
- ;----------------------------------------------
-
- AfxFoundFtr
-
- " You may freely download these files from Zlika."
-
- " SysOp : Raphaël Vanney"
- " Location : Courbevoie, France"
- " Phone : +33-1-47748723"
- " Max. speed : 28,8kbps (V34 / V.FC)"
-
- "> Open from 10am to 6pm, on weekdays."
-
- "--- SqTool/2, LoraBBS/2, Whatever/2..."
- EndTxt
-
-
- ;----------------------------------------------
-
- BeginFilter "Answer AllFix filefind requests"
- Scan Wanted.Fr
-
- Include Exact To "AllFix"
- Include Exact To "SqTool"
- Include Exact To "SqFltr"
-
- Action AllFix d:\Temp\AllFix.Ans
-
- ReplyWith DelPrev DelAfter d:\Temp\AllFix.Ans
- ReplyArea WantAns.Fr
- EndFilter
-
-
- ;-------------------------------------------------------------------------
- ; Announce new files in the NewFiles message area
-
- BeginFileFilter "New files announcement"
- Scan *
- UnScan UserUploads
-
- Select New
-
- Action Announce NewFiles
-
- Header
- "Here comes a list of new files on Zlika :"
-
- EndTxt
-
- Footer
-
- "These files are available on Zlika !"
- EndTxt
- EndFilter
-
-
- ; The End
-